Welcome![Sign In][Sign Up]
Location:
Search - file transfer in java

Search list

[JSP/Javacongwangluoqudewenjian

Description: 基于java的从网络取文件软件的实现,实用于网络文件传输-from java-based network software for the realization of documents, in practical network file transfer
Platform: | Size: 30743 | Author: 梁凌霄 | Hits:

[JSP/JavaDownloadServlet

Description: WEB下载文件,在WEB页面将链接指到该servlet,需要传递文件路径和文件名称。-WEB download documents, the link in the WEB page refers to the servlet, the need to transfer a file path and file name.
Platform: | Size: 1024 | Author: tubin | Hits:

[JSP/JavaFileTransfer

Description: This is a command line tool written by Java to transfer file between two computers in a TCP/IP network.
Platform: | Size: 1024 | Author: kingfox | Hits:

[JSP/JavanewChatRoom

Description: Version 1.0 1. 客户端通过下载的Java Applet 小程序和服务器建立套接字连接字后,用户输入聊天的昵称就可以和其他用户聊天; 2. 聊天室界面包括公共聊天信息和私人聊天信息,用户可以用鼠标双击聊天列表中某个聊天者的昵称,和该用户进行私人聊天 3. 当新用户进入聊天室时,所有的用户都可以在聊天列表中看到该用户的昵称;当某用户关闭浏览器或退出聊天室时,聊天列表将该用户的昵称删除,聊天室显示该用户离开的消息。 Version 2.0 1. 增加文件传输功能,用户可以通过传输文件按钮,选择硬盘上的文件,将其传给对方用户; Version 2.1 1. 对文件传输的提示信息进行优化,其中包括 发送端的完整路径功能、对方用户确认信息和接收端的路径选择功能; 2. 对可能出现的部分异常进行处理。 -Version 1.0 1. The client by downloading a Java Applet applet and the server to establish a socket connection, after the words, the user can enter the chat nickname, and chat with other users 2. Chat room interface, including public and private chat messages chat message, the user can chat with the mouse double-click the list of those who a chat nickname, and a private chat with the user 3. When a new users enter the chat room, all users can see in the chat list the user s nickname when a user closes the browser or out of chat room, chat lists to delete the user s nickname, chat rooms display the user to leave a message. Version 2.0 1. Increase the file transfer feature, users can transfer files button, select the file on the hard disk will be passed to the other side of its users Version 2.1 1. For file transfer optimization tips, including the full path to the transmitter function, the other user to confirm the informat
Platform: | Size: 22528 | Author: 李杰 | Hits:

[JSP/JavaJavaDB

Description: 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement for other databases, for data backup or transfer to another database, note that the data conversion process, text and binary fields will be ignored, the program supports oracle, sybase, mysql and ms sqlServer database. You can modify the parameter file, add a new database jdbc driver to add new types of support.
Platform: | Size: 1099776 | Author: 秦海亮 | Hits:

[JSP/JavaKeyWord

Description: (统计Java 源代码中的关键字)编写程序,读取一个Java 源代码文件,报告该文件中关键字的个数。从命令行传递该文件的文件名。 编程提示: Java 关键字集合的形成; 方法一:创建规则散列集对象,使用add()将所有Java 关键字存放在该集合中; 方法二:创建一个文件存放Java 关键字,然后将文件内容读入一个规则散列集中。 Java 源代码文件的处理(参考练习二的文件处理); 原文件中关键字个数统计:如果一个单词在关键字集合中,则计数器增1;否则计数器不变。 -(Statistics Java source code keywords) to program, read a Java source code files, reports the number of keywords in the file. Transfer the file from the command line name. Programming Tip: Java keywords set formation Method One: Create a rule set the hash object, use the add () to all the Java keywords stored in the collection Method Two: Creating a Java key store file, and then the contents of the file read into a hash rule set. Treatment of Java source code files (see Exercise b of the document processing) the number of original documents keyword statistics: If a word in the keyword set, then the counter by 1 or counters unchanged.
Platform: | Size: 1024 | Author: 王小A | Hits:

[Internet-NetworkTrans

Description: 局域网内文件传输,基于Java语言编写。 Main方法在Application1.java中-LAN file transfer, based on the Java language. In the Main method in Application1.java
Platform: | Size: 41984 | Author: 杨小 | Hits:

[ICQ-IM-Chatmini-QQ

Description: KittenTransfer 该程序是为局域网即时通信开发,难点之一在于局域网内用户列表的建立。当KittenTransfer启动时,首先向局域网内所有启动了KittenTransfer的用户发送一条广播消息,收到消息后,在用户列表中添加发送广播消息的用户。当用户退出KittenTransfer时, 也发送一条广播消息通知其他用户,之后其他用户将用户列表中的该用户删除。启动KittenTransfer后,可以实现与多用户的即时通信,文件传输。消息窗口采用Java Socket处理。-KittenTransfer The program is developed for the LAN instant messaging, one of the difficulties lies in the establishment of a list of LAN users. When KittenTransfer starts, the first to start a KittenTransfer all LAN users to send a broadcast message, receiving the news, in the user list to add the user to send broadcast messages. When the user exits KittenTransfer, they send a broadcast message to notify other users, then other users in the user list, the user deleted. Start KittenTransfer, you can achieve with multi-user instant messaging, file transfer. Message window using Java Socket processing.
Platform: | Size: 137216 | Author: 盛宇帆 | Hits:

[Internet-Networktest

Description: 用java语言编写的Socket文件传输程序。先启动SocketTest,Console将显示你需要传的的文件的大小(最好小于100K);再启动ClientTest,若成功将会在项目文件夹下找到所传输的文件。-Socket File Transfer program using java language. First start SocketTest, the Console will display the size of the file you need to pass (preferably less than 100K) then to start ClientTest, and if successful will find the transferred files in the project folder.
Platform: | Size: 22528 | Author: 孔荃 | Hits:

[JSP/Javafinaly_chat

Description: 此程序使用JAVA开发的仿QQ聊天程序,其中含有登陆,文件传输,还有震动-This program USES JAVA development imitation of the QQ chat program, contain log in, file transfer, and vibration
Platform: | Size: 17408 | Author: guang | Hits:

[JSP/Javaff

Description: Java和Eclipse相关技术和国内外发展现状的基础上,对“局域网实时通讯”系统的整个生命周期的各个开发阶段进行了详细地介绍。首先,分析了开发本系统的可行性,重点分析本设计所采用的技术的可行性。其次,从系统主界面、信息传送、文件传送以及语音、视频、JMF多媒体功能等几方面-Java and Eclipse technology and development at home and abroad the status quo based on the detailed description of the various development stages of the entire life cycle of the LAN real-time communication system. First, the analysis of the feasibility of the development of the system, focusing on analysis of the feasibility of the technology used in the design. Secondly, the aspects of the system main interface, messaging, file transfer, as well as voice, video, JMF multimedia functions
Platform: | Size: 227328 | Author: 孙松 | Hits:

[JSP/JavamyQQ

Description: Java和Eclipse相关技术和国内外发展现状的基础上,对“局域网实时通讯”系统的整个生命周期的各个开发阶段进行了详细地介绍。首先,分析了开发本系统的可行性,重点分析本设计所采用的技术的可行性。其次,从系统主界面、信息传送、文件传送以及语音、视频、JMF多媒体功能等几方面-Java and Eclipse technology and development at home and abroad the status quo based on the detailed description of the various development stages of the entire life cycle of the LAN real-time communication system. First, the analysis of the feasibility of the development of the system, focusing on analysis of the feasibility of the technology used in the design. Secondly, the aspects of the system main interface, messaging, file transfer, as well as voice, video, JMF multimedia functions
Platform: | Size: 32768 | Author: 孙松 | Hits:

[ICQ-IM-Chatjavaqq

Description: Java实现QQ的基本聊天功能,可实现单聊、群聊、文件传输等功能,swing实现简单的界面显示,在局域网上基于本地服务器可做测试。-Java QQ realize the basic chat functions, can realize the single chat, group chat, file transfer and other functions, to realize a simple swing interface display, in the local area network based on the local server test.
Platform: | Size: 39936 | Author: WangXin | Hits:

[JSP/JavaArticle_src

Description: 一个Java写的聊天应用程序,它可以处理多个用户在同一时间。它还支持文件传输。 -A chat application written in Java, it can handle multiple users at the same time. It also supports file transfer.
Platform: | Size: 95232 | Author: whyabc | Hits:

[JSP/JavaFileSend

Description: 在Eclipse下开发的Java局域网聊天和文件传送程序。程序为对话框形式,即可作服务器又可做客户端。分别在两台PC上打开本程序,在IP地址编辑框中输入对方IP,选择连接按钮,建立连接后,即可通过网络进行聊天或者传送文件。文件传送速率最大可达10M。-In the Eclipse Java development LAN chat and file transfer program. Procedure for the dialog box, you can make the server can be made ​ ​ to the client. Were open on both PC this program, enter each IP address in the IP edit box, select the Connect button, the connection is established, you can chat or send files over the network. File transfer rate up to 10M.
Platform: | Size: 21504 | Author: fly | Hits:

[JSP/JavaWifiTransmission

Description: PC端开发:在Windows,C/C++开发环境下,运用Qt开发工具,运用UDP,TCP/IP网络协议进行文件传输应用开发 • Android端开发:在Android,JAVA开发环境下,运用Eclipse开发工具,运用UDP,TCP/IP网络协议进行文件传输开发开发 • 实现跨平台跨语言文件传输,解决不同语言间数据类型等其他差异引起的问题。 • 完成功能:无线传输,多文件传输,双向传输,解决Android传输上的众多问题。-PC development: in the Windows, C/C++ development environment, using Qt development tools, using UDP, TCP/IP network protocol for file transfer application development ? Android development: in Android, the JAVA development environment, using Eclipse development tools, using UDP, TCP/IP network file transfer protocol development ? to achieve cross platform and cross language file transfer, settlement caused by different language data types and other difference problem. ? complete function: wireless transmission, multi document transmission, two-way transmission, to solve many problems on Android transmission.
Platform: | Size: 1705984 | Author: weishui35 | Hits:

[JSP/JavaTransferFilev1.6

Description: java版的udp局域网传输文件小工具,填写好IP和选择好文件后,可以在局域网内快速传输文件,简单易用。自己写的。-udp java version of LAN file transfer gadgets, after IP and choose a good fill files, you can transfer files quickly in the LAN, easy to use. Write your own.
Platform: | Size: 46080 | Author: 牛玉虎 | Hits:

[androidasmack

Description: asmack是应用在android上的即时通讯java类库,但纯净的asmack的文件收发功能存在bug,上传的版本是修复bug后的版本,可以实现文件传输。-asmack is used in the instant messaging android java library, but pure asmack file transceiver functionality exists bug, bug fix version is uploaded after the release, you can achieve file transfer.
Platform: | Size: 1353728 | Author: 张卓 | Hits:

[Otherasmack-src.jar

Description: asmack版本,支持openfire聊天,该jar包放到项目的android libs下即可-asmack is used in the instant messaging android java library, but pure asmack file transceiver functionality exists bug, bug fix version is uploaded after the release, you can achieve file transfer
Platform: | Size: 972800 | Author: xzd | Hits:

[JSP/JavaFileSend

Description: Java写的局域网文件传输代码,同过文件流和缓冲流来传输,适合java初学者-LAN file transfer code written in Java
Platform: | Size: 13312 | Author: hailang | Hits:
« 1 2 34 »

CodeBus www.codebus.net